1.0 RFC 결정 정식화#183
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
배경
#180, #181, #182에서 결정한 1.0 직전 RFC 판단을 문서와 검증 기준에 반영합니다.
이번 PR은 core public API를 변경하지 않습니다. 남은 논의는 core method 추가가 아니라 conformance profile, extension convention, lab 유지 판단입니다.
변경 사항
standard:check가 새docs/standard/conformance-profile.md를 검증하도록 했습니다.operations,selectionAfter,diagnostics로 정리했습니다.calculated-fields,paste-special,autosave는 1.0에서 lab 유지, official 승격 보류로 기록했습니다.llms.txt에 새 기준을 연결했습니다.Core API 영향
없음.
JSONDocumentmethod, public export list, result shape, error code는 변경하지 않습니다.검증
git diff --checknpm run standard:checknpm run docs:evaluatenpm run labs:extensions:checknpm run buildCloses #180
Closes #181
Closes #182